指定したセル範囲にオブジェクト配列を設定します。
シンタックス
'宣言
Overloads Function SetValue( _
ByVal As System.Integer, _
ByVal column As System.Integer, _
ByVal (,) As System.Object _
) As System.Boolean
System.bool SetValue(
System.int ,
System.int column,
System.object[,]
)
パラメータ
- row
- セル範囲の開始の行インデックス。
- column
- セル範囲の開始の列インデックス。
- values
- 値を含む2次元のオブジェクト配列[row,column]
参照